Skip to content

[ADD] pos_ticket_payment: add payment button on TicketScreen #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

zadh-odoo
Copy link

Before:
Users had to manually:

  1. Click the "Load Order" button to load a ticket.
  2. Then click the "Payment" button to proceed to the PaymentScreen.
    This made the payment flow slower and more manual.

After:

  • Introduced a new "Payment" button beside the "Load Order" button on the TicketScreen.
  • On click, it directly loads the selected order and opens the PaymentScreen.

Impact:
Reduces steps in the cashier workflow by allowing users to immediately proceed to payment with a single click from the TicketScreen.

Task:[4982532]

Before:
Users had to manually:
1. Click the "Load Order" button to load a ticket.
2. Then click the "Payment" button to proceed to the PaymentScreen.
This made the payment flow slower and more manual.

After:
- Introduced a new "Payment" button beside the "Load Order" button on the TicketScreen.
- On click, it directly loads the selected order and opens the PaymentScreen.

Impact:
Reduces steps in the cashier workflow by allowing users to immediately proceed to payment with a single click from the TicketScreen.

Task:[4982532]
@robodoo
Copy link

robodoo commented Jul 30, 2025

Pull request status dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants